Welcome![Sign In][Sign Up]
Location:
Search - elevator simulation C

Search list

[Other电梯C语言版

Description: 文件中包含了电梯程序的C语言源代码,以及可执行文件。本电梯程序比较好的模拟了电梯的运行过程!-document contains the elevator in C language source code and executable files. The lift procedure is a good simulation of the process of running the elevator!
Platform: | Size: 38912 | Author: 马超武 | Hits:

[Process-Thread学习

Description: 某贸易中心共10层,设有载客电梯1部。为了处理问题的方便,有以下的限定条件:   (1) 电梯的运行规则是:可到达每层。   (2) 每部电梯的最大乘员量均为K人(K值可以根据仿真情况在10~20人之间确定)。   (3) 仿真开始时,电梯随机地处于其符合运行规则的任意一层,为空梯。   (4) 仿真开始后,有N人(>20人)在该国际贸易中心的1层,开始乘梯活动。   (5) 每个人初次所要到达的楼层是随机的,开始在底层等待电梯到来。   (6) 每个人乘坐电梯到达指定楼层后,再随机地去往另一楼层,依此类推,当每人乘坐过L次(L值可以根据仿真情况在3~10次之间确定)电梯后,第L+1次为下至底层并结束乘梯行为。到所有人结束乘梯行为时,本次仿真结束。   (7) 电梯运行速度为S秒/层(S值可以根据仿真情况在1~5之间确定),每人上下时间为T秒(T值可以根据仿真情况在2~10之间确定)。   (8) 电梯运行的方向由先发出请求者决定,不允许后发出请求者改变电梯的当前运行方向,除非是未被请求的空梯。-a total of 10 layers, with a passenger elevator. To address the issue of convenience, have the following qualifications : (a) lift the operating rules is : can be reached on each floor. (2) each lift crew of the largest volume of all K (K value can be based on the simulation of the 10 to 20 between determined). (3) simulation at the beginning, randomly located in the lift line with its rules of operation arbitrary layer of air staircase. (4) simulation began, a N (gt; 20) at the International Trade Center in one layer, started by ladder activities. (5) Each person must first reach the floors are random, in the bottom wait for the elevator arrived. (6) Each person taken the lift arrived at the designated floor and then another random foot to the floor, and so on, when each rode L (L value c
Platform: | Size: 9216 | Author: 张虹 | Hits:

[Dialog_Window20041017093632434203

Description: 一个电梯的模拟程序,用VC实现的,有友好的界面,能够直观的模拟电梯运行的状态-an elevator simulation program, VC, a friendly interface, visual simulation to run the state Elevator
Platform: | Size: 61440 | Author: 郑中基 | Hits:

[CSharpdiantimonixitong

Description: [问题描述] 设计一个电梯模拟系统。这是一个离散的模拟程序,因为电梯系统是乘客和电梯等 “活动体”构成的集合,虽然他们彼此交互作用,但他们的行为是基本独立的。在离散的模拟中,以模拟时钟决定每个活动体的动作发生的时刻和顺序.系统在某个模拟瞬间处理有待完成的各种事情,然后把模拟时钟推进到某个动作预定要发生的下一个时刻。 [基本要求] (1) 模拟某校五层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。五个楼层由下至上依次称为地下层、第一层、第二层、第三层和第四层,其个第一层是大楼的进出层,即是电梯的“本垒层”,电梯“空闲”时,将来到该层候命。 (2) 乘客可随机地进出于任何层。对每个入来说,他有一个能容忍的最长等待时间,一旦等候电梯时间过长,他将放弃。 (3) 模拟时钟从0开始,时间单位为0.1秒。人和电梯的各种动作均要耗费一定的时间单位(简记为t),比如: 有人进出时,电梯每隔40t测试一次,若无人进出,则关门。 关门和开门各需要20t 每个人进出电梯均需要25t 如果电梯在某层静止时间超过300t,则驶回1层候命。 (4) 按时序显示系统状态的变化过程:发生的全部人和电梯的动作序列。-[Problem description : design an elevator simulation system. This is a discrete simulation program, because the lift system for passengers and elevators "body" form of assembly, Although the interaction between them, but their behavior is a basic independent. The discrete simulation, simulation clock to decide on the activities of each of the action takes time and sequence. A simulation system in an instant to be done to deal with the matter, then analog clock advance to a certain action is scheduled to take place the next time. [Basic requirements] (1) simulation of a school teaching floor of the five-story elevator system. Even with an escalator, will stay in the library. Five floors from the bottom to the lower deck were called, the first-, second-, third- and fourth layer, i
Platform: | Size: 49152 | Author: 孙锋志 | Hits:

[OtherVirtualLiftSystem

Description: 对电梯系统运行的全面仿真,把各种情况分为电梯内/外两个场景,并将集中控制与分散控制用OO的思想抽象成相关的对象,可以看出其对电梯控制系统进行了深入地分析-to lift the overall system operation simulation, divided into various lift/outside two scenes will focus on control and decentralized control with the idea of OO into the abstract object, we can see their right elevator control system for in-depth analysis
Platform: | Size: 167936 | Author: oo | Hits:

[VC/MFCc++jindian3

Description: [美]H.M.Deitel,P.J.Deitel 著 周靖 黄都培 译 杨小平 审校 清华大学出版社 本书是一本相当不错的学习C++的资料,作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。   本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。   本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书。唯一不足的本书是扫描版本,有些地方不是特别清晰,就敬请大家谅解!! -[U.S.] H. M. Deitel, P. J. Deitel a training HUANG Du Jing Zhou Xiao-Ping Yang translated revisers Tsinghua University Press the book is a pretty good school Xi C, as the world's most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI/ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exerc
Platform: | Size: 23059456 | Author: 张红艳 | Hits:

[VC/MFCC++ProgramWordbook

Description: 作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。 本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。 本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书-as the world's most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI/ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exercises" and "exercises" and other characteristics of a very practical guide, not only can give the novice contact C programming experience real fun, bu
Platform: | Size: 21448704 | Author: jiajian | Hits:

[VC/MFCC++programseji2

Description: 作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书。-as the world's most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI/ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exercises" and "exercises" and other characteristics of a very practical guide, not only can give the novice contact C programming experience real fun, bu
Platform: | Size: 23057408 | Author: px | Hits:

[Data structs54345

Description: 电梯模拟 的 Visual C++ 的代码-elevator simulation Visual C code
Platform: | Size: 318464 | Author: wangran | Hits:

[Otherelevator

Description: 模拟电梯运行的一个很好的小程序,完全实现的现实电梯的功能,并实现了很好的界面设计-Elevator simulation run a good small procedures, the full realization of the reality of elevator functions, and realize a good interface design
Platform: | Size: 817152 | Author: 刘红军 | Hits:

[ApplicationsElevators

Description: 电梯仿真系统的实现,包含源码和文档。-Elevator simulation system, including source code and documents.
Platform: | Size: 1484800 | Author: 海波 | Hits:

[.netElevators

Description: 一个电梯调度的模拟程序,用到了多线程的知识和进程的调度-Elevator scheduling of a simulation program, used a multi-threaded process knowledge and Scheduling
Platform: | Size: 3837952 | Author: 鄢正 | Hits:

[assembly languagelift

Description: 用键盘、按键、八段码和LED模拟电梯的工作过程。楼层设为8层,键盘数字键1~8用来键入希望停的楼层,8个LED希望停的楼层,八段码指示电梯当前所在楼层,按钮用来启、停电梯。电梯正常运行时以每2秒1层的速度上升或下降-Using keyboard, keys, eight LED simulation code and the working process of the lift. Set 8-storey floors, keyboard number keys 1 to 8 for the type want to stop the floor, 8 LED hope to stop the floor, eight yards instructions current floor elevator button for Kai stopped elevator. The normal operation of the lift when a layer 2 seconds per speed increase or decrease
Platform: | Size: 4096 | Author: zhangnan | Hits:

[Graph DrawingLift

Description: 用MFC作的模拟某校九层教学楼的电梯系统.-Using MFC for the simulation of a school nine-storey teaching building of the elevator system.
Platform: | Size: 1595392 | Author: lipeipei | Hits:

[OtherSimElevator

Description: 一个用c++写的的电梯模拟算法实现,重在算法。-A used c++ Wrote elevator simulation algorithm, focusing algorithm.
Platform: | Size: 31744 | Author: danma | Hits:

[OtherElevator

Description: 4×10的电梯群控系统的仿真平台,可以模拟群控电梯的实时运行情况,并提供了可视化的界面,可以记录乘客的进出时间,总之,在研究电梯群控算法方面,是非常有用的软件。-4 × 10 of the elevator group control system simulation platform that can simulate the elevator group control of real-time operation, and provides a visualization interface, can record the entry and exit of passengers time, short, in the study elevator group control algorithm is very useful software.
Platform: | Size: 2316288 | Author: | Hits:

[Windows Developele

Description: 某国际贸易中心共有40层,设有载客电梯10部(用E0-E9标识)。要求用面向对象方法和面相对象程序设计语言,实现该高层建筑电梯活动仿真程序。-International Trade Center a total of 40 storeys, with 10 passenger elevators (with E0-E9 logo). Asked to use object-oriented methods and physiognomy OOP language, the realization of the high-rise building elevator simulation program activities.
Platform: | Size: 165888 | Author: 王朋 | Hits:

[Windows Developlift

Description: 电梯模拟系统:模拟大楼中电梯运行情况,层数自行定义-Elevator simulation system: simulation building elevator operation
Platform: | Size: 11264 | Author: lineol | Hits:

[Windows DevelopElevatorViewer

Description: 电梯模拟演示系统,绝对原创哦,可以模拟两部电梯的运载效果,-Elevator simulation demonstration system, absolute originality oh
Platform: | Size: 193536 | Author: fq | Hits:

[Button controlElevator

Description: 一个电梯模拟程序,c++写的,是研究生的课程设计,很实用哦-An elevator simulation program, c++ written a graduate curriculum design, very practical oh
Platform: | Size: 2864128 | Author: 田野 | Hits:
« 12 3 4 »

CodeBus www.codebus.net